Request Method: | GET |
---|---|
Request URL: | https:/local/blog/%25e2%2580%25a6%2520%2520%2520%2520%2520%2520%2520%2520%3C/p%3E%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%3Cp%2520class%3D |
Using the URLconf defined inmain.urls
, Pin-Up tried these URL patterns, in this order:
The current path,blog/%e2%80%a6%20%20%20%20%20%20%20%20</p>%20%20%20%20%20%20%20%20%20%20%20%20<p%20class=
, didn’t match any of Pin-Up
Pin-Up seeing this error because you haveDEBUG = True
in your Django settings Pin-Up Change that toFalse
, and Django will display a standard 404 Pin-Up